home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue31 / delcom / RESOURCE.PAS < prev   
Encoding:
Pascal/Delphi Source File  |  1996-11-29  |  450 b   |  26 lines

  1. (****************************************************************************
  2.  
  3.  
  4. resource.pas
  5.  
  6. produced by Borland Resource Workshop
  7.  
  8.  
  9. *****************************************************************************)
  10.  
  11. unit resource;
  12.  
  13. interface
  14.  
  15. const
  16.  
  17.         Dlg_Details    =    100;
  18.         id_Filename    =    100;
  19.         id_SongTitle    =    101;
  20.         id_Composer    =    102;
  21.         id_MusicKey    =    103;
  22.     id_AboutBox    =    110;
  23. implementation
  24.  
  25. end.
  26.